Skip to content

Conversation

@justinmk3
Copy link
Contributor

@justinmk3 justinmk3 commented Apr 16, 2025

Problem:
The logic added in a264377 wasn't added in the other "lsp startup" module.

Solution:
Add it to the new module also.

image

Problem:
The logic added in a264377 wasn't added in the other "lsp startup"
module.

Solution:
Add it to the new module also.
@justinmk3 justinmk3 requested review from a team as code owners April 16, 2025 23:14
@github-actions

This comment was marked as resolved.

'--pre-init-encryption',
'--set-credentials-encryption-key',
]
const serverOptions = createServerOptions({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot that we have 2 of these modules. Will this module (packages/amazonq/src/lsp/client.ts) replace packages/core/src/amazonq/lsp/lspClient.ts @jpinkney-aws ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lsp/client.ts is the amazon q language server, lsp/lspClient.ts is the workspace context language server

Copy link
Contributor

@jpinkney-aws jpinkney-aws Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may end up deprecating the lsp/lspClient.ts one eventually now that workspace context is technically in flare

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may end up deprecating the lsp/lspClient.ts one eventually now that workspace context is technically in flare

yes. also, this logic is pretty similar yet lives in 2 different places

@justinmk3 justinmk3 merged commit 2befa25 into aws:master Apr 16, 2025
31 checks passed
@justinmk3 justinmk3 deleted the fixlspinstall branch April 16, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants